Conversation
|
As I've been diving further into this package, I am realizing that this isn't exactly what I thought it was. Bioalignments.jl is for aligning two sequences in string format. Do we have any julia packages for aligning fastx files together? We could convert the fastx files to strings and then use Bioalignments, but I wasn't sure if the package was optimized for working with such big strings. What have you done in the past? Do you usually just use a command line tool in a bash script? |
|
Preview at https://biojulia.github.io/BioTutorials/29 |
1 similar comment
|
Preview at https://biojulia.github.io/BioTutorials/29 |
|
@kescobo I have finished the rough draft of my overview of the BioAlignments package. However, before wrapping up the tutorial, I would love some insight on the above comment/the best example to display (whether that's an alignment between some strings, or actual fastx files). |
| - GlobalAlignment: global-to-global alignment | ||
| - `GlobalAlignment`: global-to-global alignment | ||
| - Aligns sequences end-to-end | ||
| - Best for sequences that are already very similar |
There was a problem hiding this comment.
Might be nice to give examples here - an example here might be you have a particular gene from two closely related bacteria, or you're comparing alleles of a gene between two individuals.
5c5c819 to
d3892a3
Compare
|
Preview at https://biojulia.github.io/BioTutorials/29 |
Explaining how to use BioAlignments.jl and providing some examples!